SCS Sensor Configuration Editor

Fixed Data Fields

Data Fields represent the smallest element a sensor's data stream can be broken down into.  Each Data Field should correspond to a single data item such as a Latitude, Longitude, Course, Speed, Depth, etc.  Fixed Data Fields are parsed out of the full RAW data string by setting a start and end position.  For instance, below is the start of defining the indices of the fields from an example of a full TSG RAW message:

    t1= 27.7553, c1= 5.55991, s= 34.7398, sv=1540.216, t2= 27.6226
Start End Data Field Value Type of Data
5 11
27.7553
Temperature
17 24
5.55991
Conductivity
30 36
34.7398
Salinity
..... ..... ..... .....

 

 

Finding the start and end character indices can be difficult to do by eye.  You can copy a line of the output and paste it into a text editor to get them or use a tool such as the Serial Port Diagnostics helper, etc.  

Fixed fields have a hard and locked start/end index but the actual data itself might grow and shrink (imagine a temperature going from 99 degrees to 100 degrees).  As such it is highly advisable to have a buffer around your start/end indices (include the empty white space in front and behind your data field if at all possible).  

 

 

The Basic tab consists of the following fields:

 

 

The Advanced tab consists of the following fields:

 

Latitude / Longitude Categories

If you set the fields category to a Latitude or a Longitude you must also specify the format.  In the Advanced tab you must also specify the Lat/Lon Direction Field Position (the North/South East/West portion of the data).

 

Time / DateTime Categories

If you set the fields category to a Time or Date/Time you should specify the format of the timestamp string.  

 

Geographic Point Category

The Geographic Point Category is used internally by SCS, you should not use it in your normal course of building out your configuration in CFE.

SCSv5                                                                                                        Page 1 of 1